covid in vietnam

A short description of the post.

Jonathan Regenstein https://www.linkedin.com/in/jkregenstein/
04-20-2020

Summary

Row

confirmed

266

death

0 (0%)

Row

Daily cumulative cases by type (Vietnam only)

Comparison

Column

Daily new confirmed cases

Cases distribution by type

Map

World map of cases (use + and - icons to zoom in/out)

About

The Coronavirus Dashboard: the case of Vietnam

This Coronavirus dashboard: the case of Vietnam provides an overview of the 2019 Novel Coronavirus COVID-19 (2019-nCoV) epidemic for Vietnam. This dashboard is built with R using the R Makrdown framework and was adapted from this dashboard by Rami Krispin.

Code

The code behind this dashboard is available on GitHub.

Data

The input data for this dashboard is the dataset available from the {coronavirus} R package. Make sure to download the development version of the package to have the latest data:


install.packages("devtools")
devtools::install_github("RamiKrispin/coronavirus")

The data and dashboard are refreshed on a daily basis.

The raw data is pulled from the Johns Hopkins University Center for Systems Science and Engineering (JHU CCSE) Coronavirus repository.

Contact

For any question or feedback, you can contact me. More information about this dashboard can be found in this article.

Update

The data is as of Tuesday April 14, 2020 and the dashboard has been updated on Monday April 20, 2020.

Go back to www.statsandr.com (blog) or www.antoinesoetewey.com (personal website).

Citation

For attribution, please cite this work as

Regenstein (2020, April 20). A normal person on earth: covid in vietnam. Retrieved from https://vinbrule.github.io/hvt2/posts/2020-04-20-covid-in-vietnam/

BibTeX citation

@misc{regenstein2020covid,
  author = {Regenstein, Jonathan},
  title = {A normal person on earth: covid in vietnam},
  url = {https://vinbrule.github.io/hvt2/posts/2020-04-20-covid-in-vietnam/},
  year = {2020}
}